3.1049 \(\int \frac{\left (c d^2+2 c d e x+c e^2 x^2\right )^{5/2}}{(d+e x)^7} \, dx\)

Optimal. Leaf size=32 \[ -\frac{c^3}{e \sqrt{c d^2+2 c d e x+c e^2 x^2}} \]

[Out]

-(c^3/(e*Sqrt[c*d^2 + 2*c*d*e*x + c*e^2*x^2]))

_______________________________________________________________________________________

Rubi [A]  time = 0.064139, antiderivative size = 32, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 32, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.062 \[ -\frac{c^3}{e \sqrt{c d^2+2 c d e x+c e^2 x^2}} \]

Antiderivative was successfully verified.

[In]  Int[(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^(5/2)/(d + e*x)^7,x]

[Out]

-(c^3/(e*Sqrt[c*d^2 + 2*c*d*e*x + c*e^2*x^2]))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 17.861, size = 31, normalized size = 0.97 \[ - \frac{c^{3}}{e \sqrt{c d^{2} + 2 c d e x + c e^{2} x^{2}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((c*e**2*x**2+2*c*d*e*x+c*d**2)**(5/2)/(e*x+d)**7,x)

[Out]

-c**3/(e*sqrt(c*d**2 + 2*c*d*e*x + c*e**2*x**2))

_______________________________________________________________________________________

Mathematica [A]  time = 0.0238093, size = 25, normalized size = 0.78 \[ -\frac{\left (c (d+e x)^2\right )^{5/2}}{e (d+e x)^6} \]

Antiderivative was successfully verified.

[In]  Integrate[(c*d^2 + 2*c*d*e*x + c*e^2*x^2)^(5/2)/(d + e*x)^7,x]

[Out]

-((c*(d + e*x)^2)^(5/2)/(e*(d + e*x)^6))

_______________________________________________________________________________________

Maple [A]  time = 0.003, size = 35, normalized size = 1.1 \[ -{\frac{1}{ \left ( ex+d \right ) ^{6}e} \left ( c{e}^{2}{x}^{2}+2\,cdex+c{d}^{2} \right ) ^{{\frac{5}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((c*e^2*x^2+2*c*d*e*x+c*d^2)^(5/2)/(e*x+d)^7,x)

[Out]

-1/(e*x+d)^6/e*(c*e^2*x^2+2*c*d*e*x+c*d^2)^(5/2)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: RuntimeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*e^2*x^2 + 2*c*d*e*x + c*d^2)^(5/2)/(e*x + d)^7,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError

_______________________________________________________________________________________

Fricas [A]  time = 0.227563, size = 66, normalized size = 2.06 \[ -\frac{\sqrt{c e^{2} x^{2} + 2 \, c d e x + c d^{2}} c^{2}}{e^{3} x^{2} + 2 \, d e^{2} x + d^{2} e} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*e^2*x^2 + 2*c*d*e*x + c*d^2)^(5/2)/(e*x + d)^7,x, algorithm="fricas")

[Out]

-sqrt(c*e^2*x^2 + 2*c*d*e*x + c*d^2)*c^2/(e^3*x^2 + 2*d*e^2*x + d^2*e)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \frac{\left (c \left (d + e x\right )^{2}\right )^{\frac{5}{2}}}{\left (d + e x\right )^{7}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*e**2*x**2+2*c*d*e*x+c*d**2)**(5/2)/(e*x+d)**7,x)

[Out]

Integral((c*(d + e*x)**2)**(5/2)/(d + e*x)**7, x)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.552461, size = 1, normalized size = 0.03 \[ \mathit{Done} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*e^2*x^2 + 2*c*d*e*x + c*d^2)^(5/2)/(e*x + d)^7,x, algorithm="giac")

[Out]

Done